{ nprint("+ HTTP method 'PUT' method may allow clients to save files on the web server."); }
if ($NIKTO{methods} =~ /connect/i)
{ nprint("+ HTTP method 'CONNECT' may allow server to proxy client requests."); }
if ($NIKTO{methods} =~ /delete/i)
{ nprint("+ HTTP method 'DELETE' may allow clients to remove files on the web server."); }
if ($NIKTO{methods} =~ /propfind/i)
{ nprint("+ HTTP method 'PROPFIND' may indicate DAV/WebDAV is installed. This may be used to get directory listings if indexing is allowed but a default page exists. OSVDB-13431."); }
if ($NIKTO{methods} =~ /search/i)
{ nprint("+ HTTP method 'SEARCH' may be used to get directory listings if Index Server is running. OSVDB-425."); }
if ($NIKTO{methods} =~ /proppatch/i)
{ nprint("+ HTTP method 'PROPPATCH' may indicate DAV/WebDAV is installed."); }
if ($NIKTO{methods} =~ /trace/i)
{ nprint("+ HTTP method 'TRACE' is typically only used for debugging. It should be disabled. OSVDB-877."); }
if ($NIKTO{methods} =~ /track/i)
{ nprint("+ HTTP method 'TRACK' ('TRACE' alias) is typically only used for debugging. It should be disabled. OSVDB-877."); }